[TOOLS] Use ELFSIZE to pick the ELF structures to use in readnotes.c
authorIan Campbell <ian.campbell@xensource.com>
Fri, 25 Aug 2006 09:39:24 +0000 (10:39 +0100)
committerIan Campbell <ian.campbell@xensource.com>
Fri, 25 Aug 2006 09:39:24 +0000 (10:39 +0100)
commite76cb15dcecf1b78ecb1365ea0f955a97c5d2dd1
treebc04df8b24083ce9832cbf356d73ce1a38b60fb1
parent3d026bfcca1667e82ab93527ebebaebae937cec5
[TOOLS] Use ELFSIZE to pick the ELF structures to use in readnotes.c

We can remove Elf_Ehdr since it is only used for e_ident which is an
unsigned char array.

Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
tools/xcutils/readnotes.c